Cause of problem:
1. The function name is the same as the file name
2. Missing \vlfeat-0.9.21\toolbox\mex\mexw64.
File directory:
\vlfeat-0.9.21\toolbox\sift\vl_sift.m
Error: function Directory:
[ kp1,ds1 ] = vl_sift(single(rgb2gray(img1)),'PeakThresh', 0,'edgethresh',3);
Solution:
1. Rename vl_sift.m to vl_sift1.m to solve it perfectly.
2. Copy the mex folder from other projects to \vlfeat-0.9.21\toolbox directory
vlfeat-0.9.21 version may have this problem. vlfeat-0.9.14 version mex is basically compiled. So there is no such problem.
Read More:
- Yaml is installed, and the error YAMLLoadWarning is reported as soon as the code runs: calling yaml.load() without Loader=… is deprecated, as the default Loader is unsafe.
- When using postman assertion, the global variables set in the tests of the pit will take effect only after the interface is executed
- error: field ‘XXX’ declared as a function [How to Solve]
- How to Solve “License Manager Error -8” Error After MATLAB2018a is Installed
- Cli Write Error: This is related to npm not being able to find a file. [Solved]
- Nacos Error: server is DOWN now, please try again later! [How to Solve]
- React Hook “useState“ is called in function “xxx“ which is neither a React function component or
- ORA-24338 statement handle not executed [How to Solve]
- [Solved] Failed to initialize the editor as the document is not in standards mode. TinyMCE requires standards mode.
- [Solved] MATLAB Error: Wrong use of commLTETurboDecoder/step
- <script setup> Error: ‘defineProps‘ is not defined [How to Solve]
- [Solved] matlab Error: `Using exist to check
- [Solved] ERROR: Attempting to operate on hdfs journalnode as rootERROR: but there is no HDFS_JOURNALNODE_USE
- [Solved] React Native Red screen Error: Unable to load script from assets
- Hadoop ERROR: Attempting to operate on hdfs namenode as root ERROR: but there is no HDFS_NAMENODE_US
- NPM install Error cb.apply is not a function
- Syntax Error: TypeError: this.getOptions is not a function
- [Solved] error TS2584: Cannot find name ‘console’. Do you need to change your target library? Try changing the ‘lib’ compiler option to include ‘dom’.
- [Solved] Errors encountered when using VS to write opengl code
- Solve the data transfer between vue irrelevant components error: this.$store.commit is not a function