This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
java_opencv
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
修改部分bug
fetches/jiege0525_admin/master
songer
6 years ago
parent
ef13693d74
commit
28d15549ba
3 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/main/webapp/statics/destimage/readme.txt
+1
-1
src/main/webapp/view/base/contours.jsp
+1
-1
src/main/webapp/view/base/findcolor.jsp
+ 1
- 0
src/main/webapp/statics/destimage/readme.txt
View File
@@ -0,0 +1 @@
目标图片地址没什么作用,防止部署的时候空目录部署丢失文件夹
+ 1
- 1
src/main/webapp/view/base/contours.jsp
View File
@@ -177,7 +177,7 @@
<input id="contourNum" data-slider-id='ex1Slider' type="text" data-slider-min="-1" data-slider-max="100" data-slider-step="1" data-slider-value="-1"/>
</td>
<td>
<a class="btn btn-info" id="contours"><i class="fa fa-object-ungroup"></i>查找
颜色
</a>
<a class="btn btn-info" id="contours"><i class="fa fa-object-ungroup"></i>查找
轮廓
</a>
<a class="btn btn-info" id="reset"><i class="fa fa-refresh"></i>重置</a>
</td>
</tr>
+ 1
- 1
src/main/webapp/view/base/findcolor.jsp
View File
@@ -75,7 +75,7 @@
<div class="box-header with-border">
<h4 class="box-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
图片缩放方法
说明
颜色检测
说明
</a>
</h4>
</div>
Write
Preview
Loading…
Cancel
Save