CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: nihad

Search: Search took 0.03 seconds.

  1. Re: How can I create histogram from a set of values in OpenCV?

    I tried in this way , but output is not acceptable.


    int main(.......)
    {
    ......................
    double histogram_sample[1][6]={1.0,2.0,3.0,4.0,1.0,2.0};

    Mat...
  2. How can I create histogram from a set of values in OpenCV?

    I have a text file which consist of several values. These values represent distance from origin to any point in the triangle. How can I create histogram from these values? Is there any functions in...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured