We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
The Cython execution time is significantly higher than using without Cython. Tested with 4-5 different images.
I presume there is a bug in the Cython implementation or that for loops make it unoptimized and the C code needs to be a little more vectorized.
こんにちは、
Cythonの実行時間は、Cythonなしで使用するよりも大幅に長くなります。 4〜5種類の画像でテスト済み。
Cythonの実装にバグがあるか、forループによって最適化されておらず、Cコードをもう少しベクトル化する必要があると思います。
The text was updated successfully, but these errors were encountered:
Hello,, I am confused by this problem too.
Sorry, something went wrong.
I tried skimage.feature.match_template. It was much faster.
skimage.feature.match_template
No branches or pull requests
Hi,
The Cython execution time is significantly higher than using without Cython. Tested with 4-5 different images.
I presume there is a bug in the Cython implementation or that for loops make it unoptimized and the C code needs to be a little more vectorized.
こんにちは、
Cythonの実行時間は、Cythonなしで使用するよりも大幅に長くなります。 4〜5種類の画像でテスト済み。
Cythonの実装にバグがあるか、forループによって最適化されておらず、Cコードをもう少しベクトル化する必要があると思います。
The text was updated successfully, but these errors were encountered: