OpenPTV / openptv

This is our central repository, holding only the community approved code and documentation
www.openptv.net
GNU Lesser General Public License v3.0
37 stars 28 forks source link

fixed two problems spotted by Xcode: #122

Closed alexlib closed 7 years ago

alexlib commented 7 years ago

xn = xn in line 96 of segmentation possible bus 10 cause by freeing unexacting memory of vec3d fix possible problem due to incompatible pointers, converting img[5][5] to img using temporary arrays and a loop.