-
图象分割方法,应用于实际机器人足球系统的结果
证明,其不仅对变化的光照具有较强的鲁棒性,同时
在保证精度的前提下,能较快地完成图象的识别....
图象分割方法,应用于实际机器人足球系统的结果
证明,其不仅对变化的光照具有较强的鲁棒性,同时
在保证精度的前提下,能较快地完成图象的识别.
-Image segmentation method, applied to the real robot soccer system, the results show that not only changes in its illumination is robust, while the premise of ensuring the accuracy can be completed faster image recognition.
- 2022-12-29 20:25:02下载
- 积分:1
-
嵌入式系统设计中使用的8051个微控制器
Embedded System Design Using 8051 Microcontrollers
- 2022-04-21 00:45:15下载
- 积分:1
-
会话Bean与实体Bean(CMP)使用.rar
会话Bean与实体Bean(CMP)使用.rar-Session Bean and Entity Bean (CMP) to use. Rar
- 2023-02-27 03:00:03下载
- 积分:1
-
VHDL控制步进电机原理PDF文档非常有用,看看吧
VHDL控制步进电机原理PDF文档非常有用,看看吧-VHDL control of stepper motor principle of PDF files is very useful to see it
- 2022-04-15 15:22:28下载
- 积分:1
-
C语言基础教材。初学者常备工具。
C语言基础教材。初学者常备工具。-C language based materials. Beginners standing tools.
- 2022-11-11 22:55:03下载
- 积分:1
-
windows 核心编程
windows 核心编程-core programming windows
- 2022-05-21 15:10:28下载
- 积分:1
-
HD7279的点H头文件用于键盘的扫描与显示!
HD7279的点H头文件用于键盘的扫描与显示!-HD7279 point H header file for the keyboard scanning and display!
- 2022-02-10 14:57:10下载
- 积分:1
-
vb.net学习
vb.net study
- 2023-02-03 04:20:04下载
- 积分:1
-
脚本来解析XML数据从柯java 2微型版。
script cari data parsing dari xml ke java 2 micro edition.
- 2022-02-16 01:38:18下载
- 积分:1
-
一个书城项目
package com.hk.book.bean;
public class Book {
private String bid;
private String bname;
private String author;
private double price;
private double currPrice;
private double discount;// 折扣
private String press;// 出版社
private String publishtime;// 出版时间
private int edition;// 版次
private int pageNum;// 页数
private int wordNum;// 字数
private String printtime;// 印刷时间
private int booksize;// 开本
private String paper;
private String cid;
private String image_w;// 大图
private String image_b;// 小图
private int orderBy;
public String getBid() {
return bid;
}
public void setBid(String bid) {
this.bid = bid;
}
public String getBname() {
return bname;
}
public void setBname(String bname) {
- 2023-05-19 22:40:05下载
- 积分:1