Welcome![Sign In][Sign Up]
Location:
Search - metadata

Search list

[Multimedia Develop3GP文件分析

Description: 本程序是用来分析3GP文件中METADATA结构,从中可以体会标准3GP规范定义的各个BOX的意思-this procedure is used to analyze METADATA! The document structure, One can understand! The standard specification defines the meaning of the various BOX
Platform: | Size: 40960 | Author: 陈中 | Hits:

[Special Effectsmetadata

Description: 图像检索中基于元数据的特征提取方法的博士学位论文,对研究基于内容的图像检索技术的人员有益!-Image Retrieval Based on the characteristics of meta-data extraction method of a doctorate thesis on the study content-based image retrieval technology staff useful!
Platform: | Size: 6473728 | Author: 田巾 | Hits:

[OtherAtomicParsley-source-0.9.0

Description: AtomicParsley is a lightweight command line program that can read and set iTunes-style metadata tags in MPEG-4 files & 3gp assets in 3GPP/3GPP2 files. -AtomicParsley is a lightweight command line program that can read and set iTunes-style metadata tags in MPEG-4 files
Platform: | Size: 173056 | Author: Gentleman | Hits:

[JSP/Javametadata

Description: 简单的操作ldap的管理系统,可以查询,删除,更改元数据,界面比较朴实-Ldap simple management system that can query, delete, change metadata, relatively simple interface
Platform: | Size: 4846592 | Author: liping | Hits:

[Windows DevelopWindows_Media_Metadata_Interop

Description: Interop Windows Media with Managed Code to Read and Write Metadata -Interop Windows Media with Managed Code to Read and Write Metadata
Platform: | Size: 5272576 | Author: 設計師 | Hits:

[JSP/Javametadata-extractor-2.3.1-src

Description: 图像处理图像的加工和特征提取开源代码 强-Image processing image processing and feature extraction strong open-source code
Platform: | Size: 1741824 | Author: 李勇 | Hits:

[Linux-Unixyum-metadata-parser-1.1.2.tar

Description: yum-metadata-parser 一个用C写的yum仓库解析库,速度比python的要快很多。 研究yum的可看看。 -yum-metadata-parser written in C with a yum warehouse analytic database, speed faster than a lot of python. Research yum can see.
Platform: | Size: 17408 | Author: wgarden | Hits:

[Search EngineMetadataindexer

Description: google的元数据索引工具,可与google桌面搜索引擎配合使用。-google metadata indexing tool and google desktop search engine use.
Platform: | Size: 2189312 | Author: lulyon | Hits:

[Other DatabasesMetaData.java

Description: /* This java class create four tables with all theirs fields and insert them inside a mysql database name timelog. This code works with MySql Database with Mysql Java Connector the mysql-connector-java-3.2.0-alpha */-/* This java class create four tables with all theirs fields and insert them inside a mysql database name timelog. This code works with MySql Database with Mysql Java Connector the mysql-connector-java-3.2.0-alpha*/
Platform: | Size: 3072 | Author: saeed | Hits:

[OtherStandards

Description: Describes metadata standards of OGC
Platform: | Size: 909312 | Author: prabhakar paul | Hits:

[Industry researchSERVICEORIENTEDARCHITECTURE

Description: Describes Metadata standards of Service oriented Architecture
Platform: | Size: 1917952 | Author: prabhakar paul | Hits:

[JSP/Javametadata-extractor-2.4.0

Description: 读取 图片exif信息 并包含获取方法 详细方法// File jpegFile = new File( "C:\\2.jpg" ) // Metadata metadata = JpegMetadataReader.readMetadata(jpegFile) // Directory exif = metadata.getDirectory(ExifDirectory.class ) //这里要稍微注意下 // Iterator tags = exif.getTagIterator() //遍历全部信息 // while (tags.hasNext()) { // Tag tag = (Tag)tags.next() // if (tag.getTagName().equalsIgnoreCase("Make")) { // Directory exifDirectory = metadata.getDirectory(ExifDirectory.class) // exifDirectory.setString(tag.getTagType(), "sanxing") // } // System.out.println(tag.getTagType() + "====>"+tag.getTagName()+ "====>" +tag) // }-get pictures exif info
Platform: | Size: 80896 | Author: yangzhibin | Hits:

[Special EffectsTestMateDataDemo

Description: 本软件是基于智能视频分析设备MATE的metadata数据做分析后,将layout轨迹信息叠加到HIKVISION 的视频上进行显示。如有更进一步的需求,请与本人联系。xwyangjshb@21cn.com-This software is based on MATE' s intelligent video analysis equipment to do the data analysis of metadata, the information will be added to the layout tracks HIKVISION video on the show. If further needs, please contact me. xwyangjshb@21cn.com
Platform: | Size: 13667328 | Author: andyyang | Hits:

[OracleOracle-metadata

Description: 深入了解Oracle元数据表,按类别列出一些ORACLE用户常用数据字典的查询使用方法。-Depth understanding of Oracle metadata table, by category lists some common data dictionary ORACLE user queries to use.
Platform: | Size: 49152 | Author: 娜娜 | Hits:

[androidMetaData

Description: android metadata file
Platform: | Size: 1024 | Author: mahesh | Hits:

[JSP/Javametadata

Description: 读取 图片exif信息 并包含获取方法 详细方法// File jpegFile = new File( "C:\\2.jpg" ) // Metadata metadata = JpegMetadataReader.readMetadata(jpegFile) // Directory exif = metadata.getDirectory(ExifDirectory.class ) //这里要稍微注意下 // Iterator tags = exif.getTagIterator() //遍历全部信息 // while (tags.hasNext()) { // Tag tag = (Tag)tags.next() // if (tag.getTagName().equalsIgnoreCase("Make")) { // Directory exifDirectory = metadata.getDirectory(ExifDirectory.class) // exifDirectory.setString(tag.getTagType(), "sanxing") // } // System.out.println(tag.getTagType() + "====>"+tag.getTagName()+ "====>" +tag) // }-get pictures exif info-读取 图片exif信息 并包含获取方法 详细方法// File jpegFile = new File( "C:\\2.jpg" ) // Metadata metadata = JpegMetadataReader.readMetadata(jpegFile) // Directory exif = metadata.getDirectory(ExifDirectory.class ) //这里要稍微注意下 // Iterator tags = exif.getTagIterator() //遍历全部信息 // while (tags.hasNext()) { // Tag tag = (Tag)tags.next() // if (tag.getTagName().equalsIgnoreCase("Make")) { // Directory exifDirectory = metadata.getDirectory(ExifDirectory.class) // exifDirectory.setString(tag.getTagType(), "sanxing") // } // System.out.println(tag.getTagType()+ "====>"+tag.getTagName()+ "====>"+tag) // }-get pictures exif info
Platform: | Size: 1775616 | Author: randy | Hits:

[File FormatMetaData---2_-_NET-Directory-(1)

Description: MetaData - 2. .NET Directory。(1)-MetaData- 2. .NET Directory。(1)
Platform: | Size: 9216 | Author: ll7777 | Hits:

[File FormatMetaData---3_-_NET-Directory-(2)

Description: MetaData - 3. .NET Directory。(2)-MetaData- 3. .NET Directory。(2)
Platform: | Size: 8192 | Author: ll7777 | Hits:

[Industry research94110559-Creating-Metadata-for-GIS-Portal-Toolkit

Description: ESRI s GIS Portal Toolkit isa technology and services solution for implementing local, regional, national, and global spatial data infrastructure (SDI) portals. GIS portals organize content and services such as directories, search tools, community information, support resources, data, and applications. They providecapabilities to querymetadata records for relevant data and services, thenlink directly to the online sites that host content services. The content can be visualized as maps and usedin geographic queries and analyses. Portals can also control commercial usage of services. Metadata is the fuel for GIS Portal Toolkit and should, therefore, be optimized for use with GIS Portal Toolkit. The objective of this document is to outline the steps for creating metadata that works with GIS Portal Toolkit and allows users of the GIS portal to get the most benefits of this metadata.
Platform: | Size: 464896 | Author: daidai | Hits:

[Othermetadata-extractor-2.11.0

Description: 源图片详细信息提取metadata-extractor(<dependency> <groupId>com.drewnoakes</groupId> <artifactId>metadata-extractor</artifactId> <version>2.8.1</version> </dependency>)
Platform: | Size: 3186688 | Author: dd77me | Hits:
« 12 3 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net