Ask Your Question

bertumen.wj's profile - activity

2016-10-07 13:07:21 -0600 asked a question In svm classifier if I train it with 3 classes can it detect if the image is not part of the Training classes?

I would like to use svm for money denomitantion recognition and detection.

2016-09-10 08:38:30 -0600 commented question can Bag of words + SVM identify banknote denomination?

I saw this classifier i am not sure if it will work on banknote denomination identification

2016-09-10 08:36:07 -0600 commented question can Bag of words + SVM identify banknote denomination?

i just saw this on the net i am not sure if it can identify banknote denomination

2016-09-10 05:38:14 -0600 asked a question can Bag of words + SVM identify banknote denomination?

This is for money identifier for the visually impaired

2016-08-29 20:45:38 -0600 answered a question object detection using SURF & FLANN

can it detect multiple objects?

2016-08-29 20:37:53 -0600 asked a question How to use surf as an object detection for multiple objects?

I am woking on a money identifier for the blind and i want a feature which can detect if a money presented infront of the camera

2016-08-29 05:39:41 -0600 commented question Can Haar cascade or LBP cascade classifier detect paper bill of different orientation, scale and lighting? or Do you have other suggestions regarding Paper bill Detection

will it work if instead of rotating the input image i would like to train the cascade with several rotations or orientations?

2016-08-29 05:34:20 -0600 received badge  Enthusiast
2016-08-28 20:29:36 -0600 commented answer understanding the limitations of traincascade

I am planning to train cascades with different images with different rotation to complement the non rotational characteristic of the cascade is it effective?

2016-08-28 20:00:00 -0600 answered a question Haartraining vs Traincascade : Object Detection

even in other forums it says LBP is the most convenient to use since it has fastest training. But i am curious if cascade training can detect object in different orientation and rotation? can it be compensated with rotated positive samples?

2016-08-28 16:53:21 -0600 commented answer Some questions about training LBP classifier.

whaat can you sugggest for a rotation and orientation invariant object detection?

2016-08-28 16:16:24 -0600 asked a question Can Haar cascade or LBP cascade classifier detect paper bill of different orientation, scale and lighting? or Do you have other suggestions regarding Paper bill Detection

I am currently working on a project which entails banknote detection before recognition. in order to assist the blind in taking photos of the banknote or paper bills.

2016-07-07 07:51:17 -0600 commented question I plan to recognize paper bills by denomination but i can't think of a way to do so ... it must be invariant of illumination, rotation and scale. can i use haar or LBP ? do you have any suggestions?

can i use bag of visual words for identifying the denomination of the paper bill ?? or can i use haar ? instead

2016-06-30 20:00:29 -0600 commented question what can i use to train opencv to determine paperbill by denomination??

not in the dark but in different circumstances. what algorithm should you prefer that i use?

2016-06-30 19:59:44 -0600 commented question I plan to recognize paper bills by denomination but i can't think of a way to do so ... it must be invariant of illumination, rotation and scale. can i use haar or LBP ? do you have any suggestions?

so what should you prefer that i use that includes training?

2016-06-30 10:44:46 -0600 asked a question what can i use to train opencv to determine paperbill by denomination??

can i use haartraining? i want it to be invariant of scale , rotation and illumination if possible

2016-06-30 10:44:46 -0600 asked a question I plan to recognize paper bills by denomination but i can't think of a way to do so ... it must be invariant of illumination, rotation and scale. can i use haar or LBP ? do you have any suggestions?

i can't get if using the training cascade in opencv determine paper bill by denomination......