我正在开发基于Android手机的盲人识别系统.为此,我使用OpenCV作为图像处理框架.我实现了一个方形检测模块,它工作得很好.
手机摄像头每秒释放30帧,因此处理速度非常慢.我使用canny边缘检测算法(用于方形检测).绘制输出结果Android SurfaceView.有什么建议加快这个吗?怎么样更换SurfaceView用GLSurfaceView?它会提高速度吗?
Android SurfaceView
SurfaceView
GLSurfaceView
我的设备有双核处理器.多核编程怎么样?(适用于android)
我的设备是三星Galaxy S2.
android opencv multicore opengl-es computer-vision
android ×1
computer-vision ×1
multicore ×1
opencv ×1
opengl-es ×1