You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the call to 'calculate I get a no such method exception.
Exception in thread "main" java.lang.NoSuchMethodError: 'net.imglib2.RandomAccessibleInterval net.imglib2.view.Views.flatIterable(net.imglib2.RandomAccessibleInterval)'
at net.imglib2.mesh.alg.MarchingCubesRealType.mask(MarchingCubesRealType.java:77)
at net.imglib2.mesh.alg.MarchingCubesRealType.compute(MarchingCubesRealType.java:135)
at net.imglib2.mesh.alg.MarchingCubesRealType.calculate(MarchingCubesRealType.java:123)
at deformablemesh.experimental.Imglib2Mesh.main(Imglib2Mesh.java:23)
On line 77 it is getting a cursor object. I included that in my code. It works in my main method, but it doesn't work in the MarchingCubes algorithm.
The text was updated successfully, but these errors were encountered:
I made a simple program to try out the marching cubes algorithm.
On the call to 'calculate I get a no such method exception.
On line 77 it is getting a cursor object. I included that in my code. It works in my main method, but it doesn't work in the MarchingCubes algorithm.
The text was updated successfully, but these errors were encountered: