- increased class marker

git-svn-id: http://moon:8086/svn/software/trunk/projects/opencv@315 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2016-09-17 14:09:56 +00:00
parent fd3232794e
commit 5f63177e1c
+1 -1
View File
@@ -222,7 +222,7 @@ print (center)
fig = plt.figure()
ax = fig.add_subplot(111, projection='3d')
ax.scatter(blue, green, red, zdir='z', s=10, c=(0,0,0), lw = 0, depthshade=True)
ax.scatter(center[:,2], center[:,1], center[:,0], zdir='z', s=250, facecolors=center, lw = 1, depthshade=True)
ax.scatter(center[:,2], center[:,1], center[:,0], zdir='z', s=500, facecolors=center, lw = 1, depthshade=True)
plt.show()