Viewing a single comment thread. View all comments

YourBoyZeus OP t1_iyrac98 wrote

I do, since I plan to work with a lot of images of different natures and classification is very important, now if I classify with AI and then do something different for each kind of class of image, the speed is going to be unusable levels of low

​

Edit: Example- satellite images, normal panorama shots, space images and so on

1

youngintegrator t1_iyu69c1 wrote

Panoramas were originally stitched together using simple feature descriptors like sift / surf and matched / warped using homography with ransac methods. Do you think this would fail for your use cases?

2

YourBoyZeus OP t1_iyueqy3 wrote

It might not really I plan to extend my methods to two dimensions and this will just be a hassle

0