Bag of Words without using OBJECT CATEGORIZATION functions [closed]

asked 2016-05-16 07:13:26 -0600

aee gravatar image

updated 2016-05-19 10:10:20 -0600

Hi! Does anyone know how to implement BOW clustering and obtaining the histogram BUT without using the BOW classes in OpenCV?

  • I am using a OpenCV plugin inside Unity and it doesn't contain this BOW functions.

Thank you all!

edit retag flag offensive reopen merge delete

Closed for the following reason too localized by StevenPuttemans
close date 2016-05-26 04:23:19.810556

Comments

A bug is an animal, where as a bag is a container for visual words. That being said, if you want to implement BOW without using the actual functionality used for BOW, then why the hell would you do that? Start digging into the BOW source code and see what seperate functions are being used I guess.

StevenPuttemans gravatar imageStevenPuttemans ( 2016-05-17 08:20:17 -0600 )edit

Thanks for your support. As I said, I am using an OpenCV plugin inside Unity which doesn't have the BOW class functions. Finally, I have already done it by myself.

aee gravatar imageaee ( 2016-05-26 03:52:32 -0600 )edit

Then this can be closed down.

StevenPuttemans gravatar imageStevenPuttemans ( 2016-05-26 04:18:42 -0600 )edit