- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Senior programmer of TBB,
Since the last posts until now, I still haven't been able to write my first application using TBB. Then, I decided to read some real application.
HOG descriptors, a algorithm to detect human, is implemented in OpenCV library and also uses TBB.
I just want to ask if a struct can be replace for a class to be declared as body object in TBB application?? because in HOG, it is done so.
Why isn't this documented in Intel TBB document (TBB tutorial or TBB getting started)? or did I miss something??
Thank you for any comment!
Since the last posts until now, I still haven't been able to write my first application using TBB. Then, I decided to read some real application.
HOG descriptors, a algorithm to detect human, is implemented in OpenCV library and also uses TBB.
I just want to ask if a struct can be replace for a class to be declared as body object in TBB application?? because in HOG, it is done so.
Why isn't this documented in Intel TBB document (TBB tutorial or TBB getting started)? or did I miss something??
Thank you for any comment!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Struct and class types are equivalent, except for different default visibilities (public resp. private).

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page