Quote:
Originally Posted by DjScribbles
Code:
binaryImage = colorImage->ThresholdHSL(######);
imaqImage = binaryImage->GetImaqImage();
IVA_ProcessImage(imaqImage); //In here we just convex hull and particle filter
vector<ParticleAnalysisReport> *reports = binaryImage->GetOrderedParticleAnalysisReports();
|
if the code is in C++ where are you running it? on the driver station or the robot? My team is planning to run our image processing on the DS, which supposedly can't send data back to the robot while in C++.