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

Search:

Type: Posts; User: aneuryzma

Search: Search took 0.03 seconds.

  1. I need to find best matches from a mysql table given a set of attributes.

    I need to find best matches from a mysql table given a set of attributes.

    For example, given ATTRIBUTE1, ATTRIBUTE2 and ATTRIBUTE3, I want to get the results as follows:

    rows with all...
  2. Re: Lightbox: how to parse the lightbox dynamically loaded html content (AJAX)

    yeah exactly. But how ?

    I can do this with my own javascript, but I cannot trigger again the plugin parser.. (jquery Media plugin)
  3. Lightbox: how to parse the lightbox dynamically loaded html content (AJAX)

    hi,

    I'm using a (modal) lightbox on a page of my website to display my nodes.

    I'm using some plugins such as an external jquery-plugin for tooltips and the drupal plugin jQuery Media (to load...
  4. Replies
    1
    Views
    976

    columns... 6 requirements

    hi,

    I'm looking for a columnizer plugin (making columns of my small divs).

    It is very important it has the following features:

    1) It has to be as light as possible (if it is only css would...
  5. Replies
    0
    Views
    1,220

    openCV transprency (language C)

    Can I set transparent pixels with the function to warp image perspective?

    cvWarpPerspective( src, dst, map_matrix, CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS, cvScalarAll(0) );

    the last parameter...
  6. Replies
    0
    Views
    2,579

    OpenCV ERROR: Bad argument

    hi,

    how can I fix this error ?

    cvSplit(img, imgR, imgG, imgB, imgAlpha);

    OpenCV ERROR: Bad argument (Either all output planes or only one output plane should be non zero)


    thanks
  7. Replies
    0
    Views
    2,754

    openCV: detect color space

    how can I see the color space of my image with openCV ?

    I would like to be sure it is RGB, before to convert to another one using cvCvtColor() function..

    It is just a normal image from a phone...
  8. Replies
    0
    Views
    4,779

    openCV color spaces CV_RGB2HSV

    hi,

    I get the following error in openCV:

    cvCvtColor(imgInit, img1, CV_RGB2HSV); //CV_RGB2GRAY

    OpenCV ERROR: Bad flag (parameter or structure field) (Unrecognized or unsupported array type)
    ...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured