自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (24)
  • 收藏
  • 关注

原创 基于TI MCSDK中关于image__process demo 图像处理算法改编与移植

参考资料:《TIC66X多核软件开发技术》牛金海编著。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。var Memory    = xdc.useModule('xdc.runtime.Memory');//内存模块的公共接口,实际的内存管理是由一个堆实例来实现的,比如heapmem,或者h

2018-05-28 21:45:33 514 1

转载 Linux操作系统之一:简述Linux系统开机引导和启动过程

Linux操作系统之一:简述Linux系统开机引导和启动过程操作系统的启动分为两个阶段:引导boot启动startup引导阶段开始于打开电源开关,结束于内核初始化完成和 systemd 进程成功运行。启动阶段接管了剩余工作,直到操作系统进入可操作状态。总体来说,Linux 的开机引导和启动过程是相当容易理解,下文将分节对于不同步骤进行详细说明。BIOS 上电自检(POST)引导装载程序 (GRUB...

2018-05-28 20:44:23 11553 2

转载 yuv转RGB

先区分一下YUV和YCbCrYUV色彩模型来源于RGB模型,该模型的特点是将亮度和色度分离开,从而适合于图像处理领域。应用:模拟领域Y'= 0.299*R' + 0.587*G' + 0.114*B'U'= -0.147*R' - 0.289*G' + 0.436*B' = 0.492*(B'- Y')V'= 0.615*R' - 0.515*G' - 0.100*B' =

2018-05-19 17:00:29 950

转载 vi中各种有用指令

编译器:arm-linux-gccarm-linux-gcc hello.c -o hello反汇编工具查看汇编代码:arm-linux-objdump -D -S app-led  >lovi loELF文件查看工具:arm-linux-readelfarm-linux-readelf -a hello    -a查看所有arm-linux-readelf -d

2018-05-19 16:58:42 422

转载 DNS服务器解析

/************************************************************************* > File Name: MyFiles/C和C++程序/socket/getIP.c > Author: mr_zys > Mail: 247629929@qq.com > Created Time: Thu 12

2018-05-19 16:57:22 280

原创 2串口对传测试

#include #include #include #include #include #include #include #include #include #include //#define UART_DEV "/dev/ttyS2"#define UART_DATABITS 8#define UART_PARITY 0

2018-05-19 16:56:31 252

原创 流水线性能简单测试

float一,在PCUbuntu32位#include #include #include #include // for gettimeofday()struct timeval start, end; // define 2 struct timeval variableslong long total_time;int main(){ int i,j,k

2018-05-19 16:55:42 1065

python2.6+hashlib

python2.6+hashlib

2024-07-03

libyuv动态库与静态库的使用,封装,测试demo

libyuv动态库与静态库的使用,封装,测试demo.libyuv所处理的数据类型一般都是NV21 YUV420格式。需求端客户要对8位的灰度图像进行放缩处理,同时对外发布版本的时候不能直接告诉客户我们用的是libyuv,所以需要对libyuv进行一次函数接口重新封装,打包成一个我们自己的库对外发布。

2022-08-03

HDSC.HC32F072.1.0.1.pack

华大单片机HDSC.HC32F072芯片包

2021-03-28

NXP.MIMXRT1176_DFP.12.0.0 (1).pack

NXP.MIMXRT1176_DFP.12.0.0软件包

2021-03-10

NXP.MIMXRT1052_DFP.12.1.0.pack

NXP.MIMXRT1052_DFP.12.1.0软件包

2021-02-20

MIMXRT1050_QSPI3in1.FLM

MIMXRT1050_QSPI3in1.FLM下载算法

2021-02-20

MIMXRT106x_QSPI_4KB_SEC.FLM

MIMXRT106x_QSPI_4KB_SEC下载算法

2021-02-20

NXP.MIMXRT1062_DFP.12.1.0.pack

RT1062芯片支持包

2021-02-20

MIMXRT_QSPIFLASH.FLM

MIMXRT_QSPIFLASH下载算法

2021-02-20

STM32H750_MT25Q128.FLM

Flash程序烧写配置文件。用于keil软件开发环境,适用于STM32H750_MT25Q128 32M 外挂SPI flash

2020-05-21

STM_VCOM_1.3.1.rar

用于意法半导体USB串口STMicroelectronics Virtual COM Port驱动,内附驱动stmcdc.inf文件,以及所需要的usbser.sys文件,精简系统同样可以安装。 驱动带签名,完美支持WIN10系统。支持如下硬件ID: USB\VID_0483&PID_5740

2020-05-21

USB摄像头调试软件

USB摄像头调试软件,解压后分为英文和中文两个版本。可设置摄像头分辨率,录像,视频存取,详细设置摄像头各个参数等

2020-04-16

VL53L1X测试demo.zip

VL53L1X测距传感器驱动(基于STM32H750 HAL库函数),已调通,能直接输出距离信息。根据你的板子实际管教分配,做修改后即可使用

2020-04-07

Beyond Compare_和谐版

代码比较工具Beyond Compare 免安装 和谐版

2019-03-03

TMS320C66x汇编指令集

TMS320C66x汇编指令集 The TMS320C66x is the next-generation fixed and floating-point DSP. The new DSP enhances the TMS320C674x, which merged the TMS320C67x+ floating point and the TMS320C64x+ fixed point instruction set architectures.This document describes the CPU architecture, pipeline, instruction set, and interrupts of the C66x DSP.

2018-06-04

VisionSDK_SW_Architecture.pdf

VisionSDK_SW_Architecture.pdf • Vision SDK Overview – Vision SDK Goals and Features – Example ADAS data flows • Components in Vision SDK • Vision SDK – Architecture Overview • Vision SDK – Architecture Details – Link API – Inter processor communication – Algorithm link

2018-05-02

Blackfin_pgr_rev2.2.pdf

BF609 汇编指令集手册 Blackfin Processor Programming Reference contains information about the processor architecture and assembly language for Blackfin processors. This manual is applicable to single-core and dual-core Blackfin processors. In many ways, they are identical. The exceptions to this are noted in Chapter 6, “Memory”. The manual provides information on how assembly instructions execute on the Blackfin processor’s architecture along with reference information about processor operations.

2018-05-02

TDA3x_SR1.0_NDA_TRM_vG.pdf

TDA3x Overview TDA3x is an ADAS application device based on enhanced OMAP™ architecture integrated on a 28-nm technology. TDA3x complements the TDA2x ADAS device family by using a common architecture, enabling scalability from entry to high performance for a broad range of applications. • The device family is targeted at ADAS applications including Front Camera, Intelligent Rear Camera, Radar and Mirror Replacement. • The device is composed of the following main subsystems: – Up to two Digital Signal Processor (DSP) C66x™ subsystems – Embedded Vision Engine (EVE™) accelerator subsystem – Dual Cortex™-M4 microprocessor unit (MCU) subsystem – Video Input capture Port (VIP) – Display Subsystem (DSS) – Imaging Subsystem (ISS) with Imaging Signal Processor (ISP) – Debug Subsystem

2018-05-02

TDA3X_15X15_EVM_OrCAD_PDF_Files_Rev_C1

官方评估板手册 TDA3X_15X15_EVM_OrCAD_PDF_Files_Rev_C1

2018-05-02

TDA3x Silicon Revision

TI TDA3X 芯片手册 TDA3x is an ADAS applications device based on enhanced OMAP™ architecture integrated on a 28-nm technology. TDA3x complements the TDA2x ADAS device family by using a common architecture, enabling scalability from entry to high performance for a broad range of applications. • The device family is targeted at ADAS applications including Front Camera, Intelligent Rear Camera, Radar and Mirror Replacement.

2018-05-02

QT图像算法测试界面框架

QT图像算法测试界面框架

2017-07-23

DM8148烟雾检测,彩虹图算法

DM8148烟雾检测,彩虹图算法

2017-07-23

DSP鱼眼图像校正

打开一张BMP格式图像,鱼眼矫正算法处理

2017-07-23

ccsv5.2 license

ccsv5.2 license ccsv5.2破解证书 证书是5.1的,但是5.2可用

2014-12-05

ccsv5的使用方法

该文档详细的介绍了ccs5的安装和基本的使用方法。包括建立一个新工程,调试,编译,软件仿真等等

2014-09-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除