| Thread | Last post | Posts | Views |
|
API sending image from C++ to Roborealm? [3]
See the set_image API call and the setImage function in the API.zip download located at ... |
18 year | 4 | 3276 |
|
API sending image from C++ to Roborealm? [5]
Best to check the Sample_API_App folder in the API.zip download located at ... |
18 year | 4 | 3276 |
|
suspend operation{delay [5]
If you process the image or not is largely not important .. the issue is if you act on the information gathered from the image p... |
18 year | 5 | 3210 |
|
API getImage function [7]
This part appears incorrect: for(int i=0; i<(320*256*3);i++) &n... |
18 year | 9 | 3373 |
|
API getImage function [5]
You got the format correct it is 24 bits of pixel data in 3 bytes Red, Green, Blue in sequence. You loop through with a step of ... |
18 year | 9 | 3373 |
|
API getImage function [4]
int i=(height*x+y); should probably be int i=((width*y)+x); | 18 year | 9 | 3373 |
|
API getImage function [9]
Then most probably your "image" is not filled correctly. Can you post your entire project as a .z... |
18 year | 9 | 3373 |
|
No Title [4]
The API compiles as is in VC8.0 with the include main program. The GetBitmap routine needs several windows based functions that ... |
18 year | 3 | 3591 |
|
Car plate Location [3]
Seems like this post is continued here ... |
18 year | 2 | 2384 |
|
No Title [3]
If you want to perform that conversion by yourself you can check out the FreeImage DLL from | 18 year | 2 | 2836 |
|
Fire Fighting program [4]
Jess, What platform and specific sensors are you using? Depending on the robot platform you might h... |
18 year | 3 | 2318 |
|
No Title [4]
Not sure what the other characters are in you string... perhaps those are badly matched blobs? It is hard to say without the ori... |
18 year | 4 | 3394 |
|
mindstorms nxt controlled by keyboard [3]
mato92, Your program was basically correct. The "clear on release" feature of the keyboard module... |
18 year | 2 | 2143 |
|
HBITMAP? [4]
This is a common programming issue .. I think you mean CBitmap in C++. We used HBITMAP ... |
18 year | 9 | 3845 |
|
HBITMAP? [6]
Ok a quick search on google for "Image->Fromhbitmap c++" yields this example: ... |
18 year | 9 | 3845 |
|
No Title [3]
Thanks for the tip! We had changed the blob_filter routine to allow for 0 to be entered in as a threshold level that basically m... |
18 year | 2 | 2792 |
|
Nemanya is on the right track. Included below is such a filter that uses the blob_separate and blob_filter to isolate the tree. ... |
18 year | 6 | 2752 |
|
Power Variables [5]
Yup, for us too ... but then again it is one of those "good problems to have"! :-) STeven.... |
18 year | 4 | 3517 |
|
Power Variables [3]
Check about halfway down the Getting Started page at ... |
18 year | 4 | 3517 |
|
GetVariables [4]
Yes, you need to initialize the resultsBuffer to zero ... typically this is done using | 18 year | 3 | 2233 |
|
New Post |
