More OC Support for image handling


Version: 2022

Type: Features

Category: Programming

Subcategory: Origin C

Jira: ORG-24115


1.Added OC callable Function to get unique integer values from array.

OCUTILS_API int		ocu_find_unique_values(IntArray* pocvnInput, IntArray* pocvnOutput, int nMinRepeat = 0, IntArray* pocvnOutputRepeatCounts = NULL);

2.Added two oc functions for cvMat class.

int LoadImage(LPCSTR fileName);
int GetRGB(vector<int> &vRGB);