Réduction de temps d'execution par JCUDA

bonjour,

je suis en train de faire une reconstruction d’un nuage de point 3D j’utilise la bibliothèque JCG avec java sous l’environnement Eclipse pour les calcule géométrique les résultat sont stocker dans un fichier .off ,le problème est lors l’affichage a partire de ce fichier il prend un qurdeur ou plus sa depande de la taille de nuage de point.
est ce que si j’utilise JOGL ou JCUDA le temps d’affichage va réduit ou non?

Traduit avec Google:

Je ne parle pas français. Parlez-vous anglais?
Vous souhaitez accélérer un calcul avec CUDA. A savoir, une reconstruction de points 3D. J’ai besoin de plus d’informations pour dire si il peut être possible d’accélérer ce calcul avec CUDA.

hello,

i have implement the methode Crust and a-shape for reconstruction of points claud 3D in java platforme with the bib JCG (java calule geometric) when i excute my program it take about 15 mn for show the window (with mech viewer of jcg) of my objet i wanna accelerate by jcuda

thanks

Hello

Can you describe in more detail what you are computing? Maybe post some code?

bye
Marco

hello,
information in begin are points clauds
i computing the diagramme of Voronoi to estimate the normals withe the poles after i compute the *triangulation of Delaunay aftre the facet by Crust and i saved this information in file of type .off then,i will affiche all this information in a window its be an objet par exemple canard

niona

Hello

This may be difficult. I assume that you are using the JCG library from http://www.enseignement.polytechnique.fr/informatique/INF562/ . If you wanted to accelerate the Delaunay triangulation, you would have to implement it on your own in CUDA, and this is certainly not trivial.

Can you say more precisely what takes so much time? Can you provide an example program and an example data set?

bye
Marco

hello ,

thanks
if i implement with threads the résulta can be modified?

What exactly do you mean? Do you want to use the Algorithm with multiple (Java-) Threads?