Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sc_image_processing
............

:Latest release: 0.0.1beta1
:Latest release: 0.0.1beta2
:Maintainer: sudhanatraj
:Description: This component is a machine vision application. It locates the objects in a given colour or gray image. The image should contain bright objects on a dark background or vice versa.

Expand Down
2 changes: 1 addition & 1 deletion app_object_localization/doc_quickstart/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ all: html

SPHINX_PROJECT_NAME = Object Localization Demo Quickstart Guide
VERSION = 0.1
SOURCE_INCLUDE_DIRS = ../app_object_localization
SOURCE_INCLUDE_DIRS = ../
XDOC_DIR ?= ../../../xdoc
include $(XDOC_DIR)/Makefile.inc
3 changes: 2 additions & 1 deletion xpd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
<maintainer>sudhanatraj</maintainer>
<partnumber>XM-003363-DH</partnumber>
<release parenthash = "5b178fa399e36ce43231d3a66fb6351a14c64885" version = "0.0.1beta0" githash = "a6b3d601df3095acf36851271cf2ec53fe8d1359"></release>
<release parenthash = "d0c7f9d0a6be30e687cde7095beb8b2ca2f10cfb" version = "0.0.1beta1"></release>
<release parenthash = "d0c7f9d0a6be30e687cde7095beb8b2ca2f10cfb" version = "0.0.1beta1" githash = "5564eeaee2c89ac778ec0f7138e7baf82380d61a"></release>
<release parenthash = "0da9eab6da500773f7af3e952917e7831e924762" version = "0.0.1beta2"></release>
<subpartnumber>XM-003364-SM</subpartnumber>
<vendor>XMOS</vendor>
<xcore_repo>sc_image_processing.git</xcore_repo>
Expand Down