Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you provide this without Cuda implementation? #1

Open
pboudoin opened this issue Sep 14, 2016 · 4 comments
Open

Could you provide this without Cuda implementation? #1

pboudoin opened this issue Sep 14, 2016 · 4 comments

Comments

@pboudoin
Copy link

Hi,

I'm very interested in your algorithm, and I would like to use it on MacOS/iOS plateform. The problem is that Cuda is not supported on iOS and I'm asking if you could release this code with any Cuda sources, please?

@adrelino
Copy link
Owner

Hi,

the task for this project was to port Matlab code to CUDA, so I don't have
a standalone c++ implementation without CUDA. It runs on MacOS with nVidia
graphics card though!

I agree that it would be very interesting to have a CPU-only embedded ARM
implementation to run on iOS / Android, because that would allow to get
approximate depth maps just by using multiple differently focused images.
At least on the Nexus Android phones, I know that it is possible to
programmatically issue a series of commands to the camera to get a stack of
differently focused images which can then be used to estimate depth. I did
exactly that with the devCam app to create more sample stacks as seen in
the examples section. However, then one also needs to implement align.sh +
cropping on the device itself.

I don't have time for that right now :-(

2016-09-14 14:02 GMT+02:00 Pierre Boudoin [email protected]:

Hi,

I'm very interested in your algorithm, and I would like to use it on
MacOS/iOS plateform. The problem is that Cuda is not supported on iOS and
I'm asking if you could release this code with any Cuda sources, please?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#1, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AGIlASspngQuIx-C9tNu61A8XF0vtEyFks5qp-JygaJpZM4J8sdD
.

@pboudoin
Copy link
Author

Thanks for your reply.

I've already made the code on iOS in order to get a stack of differently focused pictures.
I will try to port your Cuda code into Metal API.

Thanks again.

@shlomiv
Copy link
Contributor

shlomiv commented Jan 22, 2017

@adrelino Do you happen to have the matlab code? I tried looking for it but could not find it anywhere..
@pboudoin Did you ever get a chance to get this to work on any api other than CUDA?

Thanks!

@wangzuocai
Copy link

Hi
I'm very interested in your algorithm,but i am very poor in Cuda, from your comment, I know that you have the matlab code for the algorithm, I will appreciate it if you could release the matlab code 。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants