Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

JIRASummaryDetails

ORG-12850

Modifying "internal.c" file in the code builder leads to crashNow changing the content of "internal.c" and overwriting the old one doesn't cause crash.

ORG-10355

Provide an option to treat zero derivative for ocmath_derivativeSolve the issue by setting deriv=0 for deriv0 * deriv1=0.

ORG-10366

Add image matrix Flip and transpose functionsAdd the new struct for matrix processing in opencv

ORG-2759

Support setting color scale using labtalkUser has access to spectrum properties.

ORG-12611

compiling fail to locate the dll file after remove/add the oc file.The dll file can be correctly located during compiling.

ORG-11813

Curve_derivative returns error when smooth factor is between 0 and 1

If dSmoothness=0.8, it will treats it as 0 (BSPLN_OFF).

change the code like: if( abs(dSmoothness) < 0.000000001 )

ORG-11706

Implement Gaussian Mixture Model Run TestGaussianMixtureModel_InitParamByObj to test the GMM agree with the result in Matlab.
   
   
   
   

 


  • No labels