Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
common.c File Reference
+ Include dependency graph for common.c:

Functions

int get_homography (const point_t *source, const point_t *target, float *h)
 
point_t apply_homography (point_t p, const float *h)
 
float apply_homography_scaling (point_t p, const float *h)
 

Function Documentation

◆ apply_homography()

point_t apply_homography ( point_t  p,
const float *  h 
)

◆ apply_homography_scaling()

float apply_homography_scaling ( point_t  p,
const float *  h 
)

Referenced by gui_post_expose().

◆ get_homography()

int get_homography ( const point_t source,
const point_t target,
float *  h 
)