I have a 3D X-ray tomography image of a few thousand particles (each with a length scale of 20-30 voxels) jammed together, all the same shape (spheres, cubes, dolos, etc.), but scattered about randomly (touching each other) and in random orientations. I read about template matching in 2D for various libraries, but haven't been able to find anything good in 3D, and I'm not even sure if template matching is the way to go. In the case of spheres, I've located each particle through continuous erosion of a binarized image, but for more complex shapes this doesn't work too well. Any ideas? I'd prefer to stick to python, but am up to use/learn anything needed. Thanks!
Simple shape recognition in a 3D image
170 Views Asked by user3126268 At
0
There are 0 best solutions below
Related Questions in IMAGE
- Add image to JCheckBoxMenuItem
- Display images on Django Template Site
- How to resize images with PHP PARSE SDK
- Animation in Java on top of JPanel
- Slow performance on ipad erasing image
- What are the pros and cons of the picture element?
- Carrierwave file upload with different file types
- How to use annotorious with angular
- Images not showing when uploaded to server
- ImageView doesn't show up
- Image Resizing adjusts ratio
- Displaying bitmap image on Android (OpenCV)
- Class 'Imagick' not found - PHP and Windows
- Image position - randomly select position
- Replace image 1 with image 2 after 5 sec
Related Questions in 3D
- Is there a way to import Collada files into Java?
- 3d mouse aim camera 3rd person vertical C#
- 3D B-Spline approximation
- MatLab 3-vector plot/mesh with colour-scale
- Matplotlib 3d: surface does not cover a line
- Draw a sphere on a billboard with world normal from a pointlist
- babylon skybox from hell
- Create histogram
- How to get accurate 3D depth from 2D screen mouse click for large scale object in OpenGL?
- Custom WhirlyGlobe Skin
- Converting 2D images to 3D
- How to setup camera to point at object
- Finding 3D coordinate of object
- MATLAB 3D sliding window on a volume
- How to check for collisions in ThreeJS?
Related Questions in SHAPES
- ggplot2 shapes by variables with replicates
- PPT VBA: Capturing Screen Shot inside Shape
- Use XAML StringFormat to get one decimal place
- WPF: 2 string.format in the same TextBlock?
- CSS: Text-width based quadrilateral button
- How to make the arc corners go out not in with a Three.js Shape
- How to define custom shape, as click-able area for anchor tag? (cross-browser)
- Problems on Python Code using Theano
- Draw arbitrary convex shape knowing the lengths of its sides
- How to create a sphere in css?
- How to recognize the shape of traffic sign?
- How to create an indent in shaped control that allows painting on indented region?
- How to set background image on the right hand side of a shape in android
- Css shapes support in IE/Firefox
- Flash CS6/as3: Using cursor to draw rectangle dynamically in a published swf
Related Questions in TOMOGRAPHY-RECONSTRUCTION
- Qualitative and Quantitative analysis of filtered back projection / iradon in matlab
- Simple shape recognition in a 3D image
- CT projection (distance-driven) operator implementation?
- Finding if binary matrix exists given the row and column sums
- Matlab - Combining slices into a 3-D volume
- MATLAB ifanbeam() reconstructs blurry image
- Filtered backprojection
- Extracting sinograms from tomography projections
- Radon Transform: optimize distance between source/detector and center of rotation
- Recursive algorithm fails to complete tests in allotted time
- How to interpolate medical images of different ranges
- Implementation of Landweber iteration for dynamic Radon Transform in MATLAB
- Reconstruct cartesian image from back-projection Matlab
- How to obtain projections for a matrix along a specific line?
- Detecting line artifacts in noisy images
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?