be rak

  • Registered on: 2013-02-23
  • Last connection: 2015-07-24

Activity

Reported issues: 18

2015-07-24

09:07 am OpenCV Bug #4429 (Done): NormalBayesClassifier
https://github.com/Itseez/opencv/pull/4167 got merged, i think, we can close this issue.

2015-07-10

03:20 pm OpenCV Bug #4480 (New): DTree classifier crashes without error message
yes, true. if CVFolds is left at the default value 10 (or !=0 in general), it crashes in DTreesImpl::calcValue, line ...
01:05 pm OpenCV Bug #4480 (New): DTree classifier crashes without error message
i can reproduce it, if we don't set maxdepth, the default value of MAX_INT is used, and it tries to allocate absurd ...

2015-07-08

08:35 am OpenCV Bug #4470 (Done): Daisy and Latch Descriptor Missing- Python 2.7.10
apologies for the sloppiness there, this attempt indeed won't work.
both DAISY and LATCH inherit from `DescriptorE...

2015-07-01

03:33 pm OpenCV Bug #4429 (Done): NormalBayesClassifier
given a Ptr<NormalBayesClassifier> bayes;
if bayes->predict(test) is called with more than one row in test, an excep...

2015-06-27

01:14 pm OpenCV Bug #4437 (New): Different result when finding the similarity between 2 pictures of 1 person in L...
>> I use LBPH face recognizer to find the similarity between 2 pictures of 1 person
this already sounds like a bad i...

2015-06-23

06:07 pm OpenCV Patch #4401 (Done): MatToUIImage does not respect alpha channel
https://github.com/Itseez/opencv/pull/4115 got merged.

2015-06-22

10:27 am OpenCV Bug #4419 (New): DescriptorExtractor.create method fails with 'Specified descriptor extractor typ...
unfortunately, it won't work even with the contrib repo on board.
none of the xfeature2d classes are available in ...

2015-06-16

08:38 am OpenCV Bug #4411 (Done): BackgroundSubtractorGMG missing from Python bindings
this is **not** a bug, both were moved to https://github.com/Itseez/opencv_contrib
once you integrate that into your...

2015-06-11

03:30 pm OpenCV Bug #4386 (Done): parallel_for_pthreads undefined reference
oh, thanks for the hint !
https://github.com/Itseez/opencv/pull/4106 works nicely, solved it for me.

Also available in: Atom