#303: scribo-viewer raises an assertion at run rime when compiled in debug mode
----------------------+------------------------
Reporter: levill_r | Owner: Olena Team
Type: defect | Status: new
Priority: major | Milestone: Olena 2.2
Component: Scribo | Version: 2.0
Keywords: |
----------------------+------------------------
When compiled in debug mode (i.e., with `CXXFLAGS` containing `-UNDEBUG`),
`scribo-viewer` triggers an assertion in extract::alignments. The code
seems to perform out-of-bounds accesses in some image.
I (Roland) tried to fix the code (see the attached patch) but it produced
other issues elsewhere in Scribo. This should be inspected thoroughly
--
Ticket URL: <https://trac.lrde.org/olena/ticket/303>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient image processing platform
#300: Factor generators in doc/ directories
-------------------------+-----------------------
Reporter: levill_r | Owner: levill_r
Type: enhancement | Status: new
Priority: trivial | Milestone: Olena 2.1
Component: Olena | Version: 2.0
Keywords: |
-------------------------+-----------------------
Namely:
* source:milena/doc/gen-figures-mk and source:scribo/doc/gen-figures-mk
* source:milena/doc/gen-split-outputs-mk and source:scribo/doc/gen-split-
outputs-mk
* source:milena/doc/gen-split-examples-mk and source:scribo/doc/gen-
split-examples-mk
* source:milena/doc/gen-figures-mk and source:scribo/doc/gen-figures-mk
* source:milena/doc/gen-make-variable and source:scribo/doc/gen-make-
variable
There may also be other factoring opportunities among these scripts.
--
Ticket URL: <https://trac.lrde.epita.fr/olena/ticket/300>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient image processing platform
#277: Rename directories {milena,scribo}/tests/unit_test as {milena,scribo}/tests
/unit-tests.
--------------------------+------------------------
Reporter: levill_r | Owner: Olena Team
Type: enhancement | Status: new
Priority: trivial | Milestone: Olena 2.1
Component: Olena | Version: 2.0
Resolution: | Keywords: cleanup
--------------------------+------------------------
Old description:
> Task extracted from #221.
New description:
Task extracted from #221.
--
Comment (by levill_r):
Actually, `unit-tests` is not a relevant name: these tests are not really
"unit tests", as they only perform header inclusions. We should find a
better name (maybe `include-tests` or `inclusion-tests`?).
--
Ticket URL: <https://trac.lrde.epita.fr/olena/ticket/277#comment:1>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient image processing platform
#127: Generalize the definition of the Sobel gradient
-----------------------+-----------------
Reporter: levill_r | Owner:
Type: proposal | Status: new
Priority: trivial | Milestone:
Component: Milena | Version: 2.0
Resolution: | Keywords:
-----------------------+-----------------
Changes (by levill_r):
* owner: Olena Team =>
* version: 1.0 => 2.0
* type: enhancement => proposal
* milestone: Olena 2.1 =>
Old description:
> For the moment (rev. 1656), the Sobel gradient only works on 2-D images.
> We could generalize its definition to n-D (regular) images. For instance,
> a 3-D version is mentioned in
> http://www.aravind.ca/cs788h_Final_Project/gradient_estimators.htm.
New description:
For the moment (Olena 2.0), the Sobel gradient only works on 2-D images.
We could generalize its definition to n-D (regular) images. For instance,
a 3-D version is mentioned in
http://www.aravind.ca/cs788h_Final_Project/gradient_estimators.htm.
--
--
Ticket URL: <https://trac.lrde.epita.fr/olena/ticket/127#comment:2>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient image processing platform