Ask Your Question

tevang2's profile - activity

2017-06-08 07:08:24 -0600 received badge  Enthusiast
2017-06-05 07:19:07 -0600 commented question create vector shape from molecule

Do you believe that reducing the 3 dimensions to 2 using a technique like Isomap won't result to something meaningful for Hu moments calculation?

2017-06-04 17:29:26 -0600 received badge  Editor (source)
2017-06-04 13:42:17 -0600 commented question create vector shape from molecule

My dataset consists of small organic molecules with pharmaceutical interest. For each of them I know the 3D coordinates of their atoms, the bonds that connect them and their atomic radii. From these properties I would like to calculate feature vectors describing the molecular shape in order to be used for the training of a Neural Network. I work with specific molecular visualization software, which read in specific file formats that contain these properties (.mol2, .sdf). Thereby I am not familiar with the file formats you people work with OpenCV and I would like to understand if I can generate that format from my data. The OpenCV documentation states a vague term "vector shape" which I cannot comprehend. Is everything more clear now? Obviously I am new to OpenCV.

2017-06-04 07:28:22 -0600 commented question create vector shape from molecule

Do you think it is a good idea to project the 3D coordinates of the centers to 2D using a dimensionality technique like Isomap http://scikit-learn.org/stable/module... ?

2017-06-03 18:59:04 -0600 asked a question create vector shape from molecule

Greetings everyone,

I would like to calculate the Hu moments of some molecules (collection of atoms with known coordinates and radii). In the documentation says that the function accepts vector shapes or rasterized shapes. Could someone please point out how can I create a vector shape for each of my molecules ( I have no images of them, only 3D coordinates of atoms and radii)?