Perceptual Segmentation: Combining Image Segmentation with Object Tagging


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Perceptual Segmentation: Combining Image Segmentation with Object Tagging
# 1  
Old 10-30-2008
Perceptual Segmentation: Combining Image Segmentation with Object Tagging

HPL-2008-185 Perceptual Segmentation: Combining Image Segmentation with Object Tagging - Bergman, Ruth; Nachlieli, Hila; Ruckenstein, Gitit; Shaw, Mark; Bhaskar, Ranjit
Keyword(s): object detection, image tagging, skin detection, sky detection, foliage detection
Abstract: Most consumers do not want to edit their images, either because they do not have the time, or they do not have the know how. They do want to be able to press a button that will magically make the objects captured in their photo look better. At the heart of enabling such functionality, lay image anal ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Programming

C. To segmentation fault or not to segmentation fault, that is the question.

Oddities with gcc, 2.95.3 for the AMIGA and 4.2.1 for MY current OSX 10.14.1... I am creating a basic calculator for the AMIGA ADE *NIX emulator in C as it does not have one. Below are two very condensed snippets of which I have added the results inside the each code section. IMPORTANT!... (11 Replies)
Discussion started by: wisecracker
11 Replies

2. Solaris

Segmentation fault

Hi Guys, I just installed and booted a zone called testzone. When I logged in remotely and tried changing to root user I get this error: "Segmentation fault" Can someone please help me resolve this? Thanks alot (2 Replies)
Discussion started by: cjashu
2 Replies

3. Programming

Using gdb, ignore beginning segmentation fault until reproduce environment segmentation fault

I use a binary name (ie polo) it gets some parameter , so for debugging normally i do this : i wrote script for watchdog my app (polo) and check every second if it's not running then start it , the problem is , if my app , remain in state of segmentation fault for a while (ie 15 ... (6 Replies)
Discussion started by: pooyair
6 Replies

4. Programming

segmentation fault

What is segmentation fault(core dumped) (1 Reply)
Discussion started by: gokult
1 Replies

5. UNIX for Dummies Questions & Answers

Segmentation Fault

Hi, While comparing primary key data of two tables thr bteq script I am getting this Error. This script is a shell script. *** Error: The following error was encountered on the output file. Script.sh: 3043492 Segmentation fault(coredump) Please let me know how to get through it. ... (5 Replies)
Discussion started by: monika
5 Replies

6. Programming

Why not a segmentation fault??

Hi, Why I don't receive a segmentation fault in the following sample. int main(void) { char buff; sprintf(buff,"Hello world"); printf("%s\n",buff); } If I define a buffer of 10 elements and I'm trying to put inside it twelve elements, Should I receive a sigsev... (22 Replies)
Discussion started by: lagigliaivan
22 Replies

7. Programming

Combining Strings - Segmentation Fault

I am writing a function to combine strings, but when I execute I get a segmentation fault, which doesn't make sence. Segmentation fault is when you try to acess a point of memory that doesn't exist, like trying to acess array when you declared array. Here is the source code: #include <stdio.h>... (15 Replies)
Discussion started by: Octal
15 Replies

8. Programming

segmentation fault

sometimes for this code i get a segmentation fault for codes llike this : int main{ int * a= 0; int b; a = (int*)malloc(sizeof(int)); ///some code using these variable but no freeing of a if(a){ free(a); a = 0; } return... (3 Replies)
Discussion started by: wojtyla
3 Replies

9. AIX

Segmentation fault

I am tring to install Lotus Domino/Notes 5.0.5 on a AIX 4.3.3 server. I go to run the cdrom/ibmpow/install and I get the following error. Lotus Notes for Unix Install Program --------------------------------------------- ./install: 10088 Segmentation fault This had Lotus Notes installed... (1 Reply)
Discussion started by: jshaulis
1 Replies
Login or Register to Ask a Question
Gtk2::Image(3pm)					User Contributed Perl Documentation					  Gtk2::Image(3pm)

NAME
Gtk2::Image - wrapper for GtkImage HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Misc +----Gtk2::Image INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::Image->new widget = Gtk2::Image->new_from_animation ($animation) o $animation (Gtk2::Gdk::PixbufAnimation) widget = Gtk2::Image->new_from_file ($filename) o $filename (localized file name or undef) widget = Gtk2::Image->new_from_icon_name ($icon_name, $size) o $icon_name (string) o $size (Gtk2::IconSize) Since: gtk+ 2.6 widget = Gtk2::Image->new_from_icon_set ($icon_set, $size) o $icon_set (Gtk2::IconSet) o $size (Gtk2::IconSize) widget = Gtk2::Image->new_from_image ($image, $mask) o $image (Gtk2::Gdk::Image or undef) o $mask (Gtk2::Gdk::Bitmap or undef) widget = Gtk2::Image->new_from_pixbuf ($pixbuf) o $pixbuf (Gtk2::Gdk::Pixbuf or undef) widget = Gtk2::Image->new_from_pixmap ($pixmap, $mask) o $pixmap (Gtk2::Gdk::Pixmap or undef) o $mask (Gtk2::Gdk::Bitmap or undef) widget = Gtk2::Image->new_from_stock ($stock_id, $size) o $stock_id (string) o $size (Gtk2::IconSize) pixbufanimation = $image->get_animation $image->clear Since: gtk+ 2.8 $image->set_from_animation ($animation) o $animation (Gtk2::Gdk::PixbufAnimation) $image->set_from_file ($filename) o $filename (localized file name or undef) $image->set_from_icon_name ($icon_name, $size) o $icon_name (string) o $size (Gtk2::IconSize) Since: gtk+ 2.6 $image->set_from_icon_set ($icon_set, $size) o $icon_set (Gtk2::IconSet) o $size (Gtk2::IconSize) $image->set_from_image ($gdk_image, $mask) o $gdk_image (Gtk2::Gdk::Image or undef) o $mask (Gtk2::Gdk::Bitmap or undef) $image->set_from_pixbuf ($pixbuf) o $pixbuf (Gtk2::Gdk::Pixbuf or undef) $image->set_from_pixmap ($pixmap, $mask) o $pixmap (Gtk2::Gdk::Pixmap or undef) o $mask (Gtk2::Gdk::Bitmap or undef) $image->set_from_stock ($stock_id, $size) o $stock_id (string) o $size (Gtk2::IconSize) list = $image->get_icon_name Since: gtk+ 2.6 list = $image->get_icon_set list = $image->get_image pixbuf = $image->get_pixbuf integer = $image->get_pixel_size Since: gtk+ 2.6 $image->set_pixel_size ($pixel_size) o $pixel_size (integer) Since: gtk+ 2.6 list = $image->get_pixmap (stock_id, icon_size) = $image->get_stock imagetype = $image->get_storage_type PROPERTIES
'file' (string : default undef : readable / writable / private) Filename to load and display 'gicon' (Glib::Object::_Unregistered::GIcon : default undef : readable / writable / private) The GIcon being displayed 'icon-name' (string : default undef : readable / writable / private) The name of the icon from the icon theme 'icon-set' (Gtk2::IconSet : default undef : readable / writable / private) Icon set to display 'icon-size' (integer : default 4 : readable / writable / private) Symbolic size to use for stock icon, icon set or named icon 'image' (Gtk2::Gdk::Image : default undef : readable / writable / private) A GdkImage to display 'mask' (Gtk2::Gdk::Pixmap : default undef : readable / writable / private) Mask bitmap to use with GdkImage or GdkPixmap 'pixbuf' (Gtk2::Gdk::Pixbuf : default undef : readable / writable / private) A GdkPixbuf to display 'pixbuf-animation' (Gtk2::Gdk::PixbufAnimation : default undef : readable / writable / private) GdkPixbufAnimation to display 'pixel-size' (integer : default -1 : readable / writable / private) Pixel size to use for named icon 'pixmap' (Gtk2::Gdk::Pixmap : default undef : readable / writable / private) A GdkPixmap to display 'stock' (string : default undef : readable / writable / private) Stock ID for a stock image to display 'storage-type' (Gtk2::ImageType : default "empty" : readable / private) The representation being used for image data ENUMS AND FLAGS
enum Gtk2::IconSize o 'invalid' / 'GTK_ICON_SIZE_INVALID' o 'menu' / 'GTK_ICON_SIZE_MENU' o 'small-toolbar' / 'GTK_ICON_SIZE_SMALL_TOOLBAR' o 'large-toolbar' / 'GTK_ICON_SIZE_LARGE_TOOLBAR' o 'button' / 'GTK_ICON_SIZE_BUTTON' o 'dnd' / 'GTK_ICON_SIZE_DND' o 'dialog' / 'GTK_ICON_SIZE_DIALOG' enum Gtk2::ImageType o 'empty' / 'GTK_IMAGE_EMPTY' o 'pixmap' / 'GTK_IMAGE_PIXMAP' o 'image' / 'GTK_IMAGE_IMAGE' o 'pixbuf' / 'GTK_IMAGE_PIXBUF' o 'stock' / 'GTK_IMAGE_STOCK' o 'icon-set' / 'GTK_IMAGE_ICON_SET' o 'animation' / 'GTK_IMAGE_ANIMATION' o 'icon-name' / 'GTK_IMAGE_ICON_NAME' o 'gicon' / 'GTK_IMAGE_GICON' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Misc COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::Image(3pm)