- Timestamp:
- Aug 16, 2023, 8:42:18 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/psModules/test/camera/tap_pmFPAMaskW.c
r24850 r42501 39 39 psPlaneTransform *PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM() 40 40 { 41 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1 );41 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD); 42 42 pt->x->coeff[1][0] = 1.0; 43 43 pt->y->coeff[0][1] = 1.0;
Note:
See TracChangeset
for help on using the changeset viewer.
