Package org.jwildfire.create.tina.meshgen.marchingcubes

Examples of org.jwildfire.create.tina.meshgen.marchingcubes.ImageStackSampler


      finishEvent.failed(ex);
    }
  }

  private Mesh createMesh() throws Exception {
    ImageStackSampler sampler = new ImageStackSampler(inputSequencePattern, inputSequenceSize, inputSequenceStep, spatialFilterRadius, imageDownSample, preFilterList);

    RawFaces rawFaces = createFaces(sampler, threshold);
    if (forceAbort) {
      return null;
    }
View Full Code Here

TOP

Related Classes of org.jwildfire.create.tina.meshgen.marchingcubes.ImageStackSampler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.