emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114819: Add an index for edge-detection algorithms.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r114819: Add an index for edge-detection algorithms.
Date: Sun, 27 Oct 2013 04:40:33 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114819
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Sun 2013-10-27 12:40:16 +0800
message:
  Add an index for edge-detection algorithms.
  
  * doc/lispref/display.texi (Image Descriptors): Add an index for 
edge-detection algorithms.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/display.texi       
display.texi-20091113204419-o5vbwnq5f7feedwu-6172
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-10-26 02:25:54 +0000
+++ b/doc/lispref/ChangeLog     2013-10-27 04:40:16 +0000
@@ -1,3 +1,7 @@
+2013-10-27  Xue Fuqiao  <address@hidden>
+
+       * display.texi (Image Descriptors): Add an index for edge-detection 
algorithms.
+
 2013-10-26  Xue Fuqiao  <address@hidden>
 
        * display.texi (Fringe Indicators): Add indexes for fringe indicators.

=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2013-10-26 02:25:54 +0000
+++ b/doc/lispref/display.texi  2013-10-27 04:40:16 +0000
@@ -4132,6 +4132,7 @@
 
 @table @asis
 @item @code{(+ @var{n})}
address@hidden FIXME: Add an index for "step"?  --xfq
 This means to use a font that is @var{n} steps larger.  A ``step'' is
 defined by the set of available fonts---specifically, those that match
 what was otherwise specified for this text, in all attributes except
@@ -4412,6 +4413,7 @@
 ``disabled'' button.
 
 @item (edge-detection :matrix @var{matrix} :color-adjust @var{adjust})
address@hidden edge detection, images
 Specifies a general edge-detection algorithm.  @var{matrix} must be
 either a nine-element list or a nine-element vector of numbers.  A pixel
 at position @math{x/y} in the transformed image is computed from


reply via email to

[Prev in Thread] Current Thread [Next in Thread]