登录
首页 » matlab » 结合深度图和彩色图的双边滤波 bilateralfilt2

结合深度图和彩色图的双边滤波 bilateralfilt2

于 2014-03-25 发布 文件大小:1KB
0 113
下载积分: 1 下载次数: 49

代码说明:

  结合深度图和彩色图的双边滤波,深度图由Kinect获得(Combined with the bilateral filter for depth map and the color map, depth map obtained by Kinect)

文件列表:

bilateralfilt2.m,2480,2014-03-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • G2553PWM
    msp430g2553利用定时器产生多路可调占空比PWM(Make PWM by MSP430G2553.)
    2013-07-19 08:59:13下载
    积分:1
  • 51
    说明:  51单片机串口控制继电器的C源程序,用电脑控制继电器(51 MCU C source control relay)
    2014-02-21 22:34:42下载
    积分:1
  • dj
    说明:  舵机stm51控制 实现舵机转动使用,左右摇头(Steering engine stm51 control Realize the use of steering gear and shake head from left to right)
    2020-06-18 15:40:01下载
    积分:1
  • ADtlc2543P12864
    基于51单片机12864显示的12位AD程序tlc2543(Based on 51 single-chip 12 864 Displaying 12 AD process tlc2543)
    2013-08-24 10:03:59下载
    积分:1
  • Uart_receive
    STM32F4系列串口接收函数,,程序已测试通过。(void USART1_IRQHandler(void) //串口1中断服务程序 { u8 Res #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntEnter() #endif if(USART_GetITStatus(USART1, USART_IT_RXNE) != RESET) //接收中断(接收到的数据必须是0x0d 0x0a结尾) { Res =USART_ReceiveData(USART1) //(USART1->DR) //读取接收到的数据 if((USART_RX_STA&0x8000)==0)//接收未完成 { if(USART_RX_STA&0x4000)//接收到了0x0d { if(Res!=0x0a) USART_RX_STA=0 //接收错误,重新开始 else USART_RX_STA|=0x8000 //接收完成了 } else //还没收到0X0D { if(Res==0x0d)USART_RX_STA|=0x4000 else { USART_RX_BUF[USART_RX_STA&0X3FFF]=Res USART_RX_STA++ if(USART_RX_STA>(USART_REC_LEN-1))USART_RX_STA=0 //接收数据错误,重新开始接收 } } } } #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntExit() #endif } )
    2016-01-21 17:04:30下载
    积分:1
  • modubs
    说明:  该源码实现51单片机之间符合modbus通信协议的通信(This code can achieve communications between MCS51 by modbus protocol. )
    2010-04-16 17:02:11下载
    积分:1
  • MSP430-RS232-
    这是利用MSP430f149在1602液晶屏上显示字符的程序。(This to use MSP430f149 1602 LCD display character program.)
    2013-04-09 02:39:14下载
    积分:1
  • temperature-control
    单片机温度控制代码,用于基本的测试及基本的编写(temperature control code,use for normal test)
    2014-03-16 17:05:48下载
    积分:1
  • BLDC-PROGRAM
    本代码为STM8S903K 无刷无感电机的驱动源程序 应用在电动工具上 属产品级代码 用电位器调速 保护电流40A(The code STM8S903K brushless non-inductive motor drive source Is a product-level code used in power tools speed control potentiometer protection current 40A)
    2013-01-24 08:50:41下载
    积分:1
  • BLDC-control-of-DSP
    基于C51控制,LM621驱动,数码管显示(BLDC control, based on DSP, LM621 driver, digital tube display)
    2016-05-05 23:11:32下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载