Ask Your Question

zelda's profile - activity

2020-04-27 21:30:56 -0600 received badge  Self-Learner (source)
2020-04-26 02:26:18 -0600 answered a question NVIDIA graphics cards architectures

cmake set CUDA_ARCH_BIN # find compute capability from : https://developer.nvidia.com/cuda-gpus check your c

2020-04-23 08:26:45 -0600 asked a question NVIDIA graphics cards architectures

NVIDIA graphics cards architectures Am trying to build opencv 2 with cuda but am having confusion with Nvidia graphics a

2020-04-17 21:34:01 -0600 received badge  Teacher (source)
2020-04-17 00:03:09 -0600 received badge  Self-Learner (source)
2020-04-16 23:53:46 -0600 answered a question opencv 4.3 compiling problems on windows

solved it by adding cmake flag OPENCV_ALLOCATOR_STATS_COUNTER_TYPE = int64_t

2020-04-14 10:00:58 -0600 asked a question opencv 4.3 compiling problems on windows

opencv 4.3 compiling problems on windows am trying to build opencv 4.3 using OpenCV => 4.3 Operating system : wind

2020-04-10 22:22:59 -0600 received badge  Necromancer (source)
2020-04-07 09:06:53 -0600 answered a question Android studio: undefined reference to cv::Stitcher

you might have forgot to link the stitching lib , check your linker and add -lopencv_stitching

2020-02-22 02:34:31 -0600 received badge  Enthusiast
2020-02-21 03:07:56 -0600 commented answer how to detect discontinuity in object boundaries

@surpa56 , you can add python answer too , its just about logic can be replicated to c++ and js

2020-02-18 06:09:22 -0600 commented answer how to detect discontinuity in object boundaries

thanks i will try it , not sure why they give so complex names morphologyEX , lol

2020-02-17 01:56:51 -0600 asked a question how to detect discontinuity in object boundaries

how to detect discontinuity in object boundaries i have shapes in image having background. i want to remove background f