andreahmed
andreahmed
Here is my trial for one mask ``` depth.copyTo(maskNear); depth.copyTo(maskFar); maskNear.convertTo(maskNear, CvType.CV_8U); Imgproc.cvtColor(maskNear, maskNear, Imgproc.COLOR_BGRA2BGR); Mat erodeElement = Imgproc.getStructuringElement(Imgproc.MORPH_RECT, new Size(4, 4)); Mat dilateElement = Imgproc.getStructuringElement(Imgproc.MORPH_RECT, new Size(6, 6)); Imgproc.cvtColor(maskNear,...
@sienaiwun How would be possible to make it work for VR ? What changes should be done, I'm using it for VR the image goes black
@atomtwist did you find a solution for VR ?
@ahmed-tea did you succeed to combine arabic numbers and arabic words together ?
Hello, The all in one installer works only in release mode, debug, release with debug, results in a crash.
``` int main() { boost::shared_ptr viewer(new pcl::visualization::PCLVisualizer("3D Viewer")); pcl::PCLPointCloud2::Ptr cloud(new pcl::PCLPointCloud2); pcl::io::loadPCDFile("188261.pcd", *cloud); // Convert data to PointCloud PointCloud::Ptr xyz(new PointCloud); fromPCLPointCloud2(*cloud, *xyz); // Refine the plane indices using SampleConsensusModelPlanePtr...
and here is the sample point cloud https://www.mediafire.com/file/epglzuigetuw0n2/188262.pcd/file it works only in release mode.
@kcg2015 Thanks for your fast reply. It doesn't work at all with that line of code, and there dozen of bounding box out there.
You can test that video https://github.com/ahmetozlu/tensorflow_object_counting_api/blob/master/input_images_and_videos/pedestrian_survaillance.mp4
Can you give me more details please :) ?