Commit Graph

243 Commits

Author SHA1 Message Date
iyaz c20b02be58 remove notes about related to segment since:
- they are repetitive
- with the addition of the new figure, distinction should be clear (or we should make it more clear in just one place)
2013-08-08 21:20:15 +03:00
iyaz e234886f36 introduce postprocess_sdf_values in sdf values example 2013-08-08 21:12:07 +03:00
iyaz ed7218ae84 do not use epsilon for min since it does not effect the results,
and this also fix the optimization bug in MSVC-64
2013-08-08 21:06:22 +03:00
iyaz 322cf090b8 rephrase sentence in graph-cut about segment-cluster. 2013-08-08 18:56:32 +03:00
iyaz a0bf04f654 remove one-ring (just leave edge-adjacent) both in ref and user manual 2013-08-08 17:14:57 +03:00
iyaz 60936e12e5 cluster-id segment-id related changes in API part of the doc 2013-08-08 03:48:11 +03:00
iyaz d58febb8c6 rephrase "That way" 2013-08-08 02:42:39 +03:00
iyaz 6bedf47360 add postprocess function to the API (doc related) 2013-08-08 02:34:21 +03:00
iyaz dd5bf0ec3e add postprocess function to the API (code related changes) 2013-08-08 02:33:20 +03:00
iyaz 36d50d9477 add another parameter to API which lets user to get either cluster or segment ids as output 2013-08-06 23:23:56 +03:00
iyaz 2f8052312c add figure segment vs cluster 2013-08-06 23:21:03 +03:00
iyaz a2b4984361 caption change on Segmentation_pose_changes figure 2013-08-06 16:59:49 +03:00
iyaz 257ae2c781 Create another section called Implementation Details, and move ray sampling details under it 2013-08-06 13:01:43 +03:00
iyaz d4b347fccc clear exp on postprocessing step 2013-08-06 12:32:22 +03:00
iyaz 317ee4a7ea Function Documentation related changes (based on comments of reviewer-1) 2013-08-06 12:31:28 +03:00
iyaz 723e4593dc API(explanations) related changes (based on comments of reviewer-1) 2013-08-06 11:52:04 +03:00
iyaz 2996be191f improve formatting 2013-08-06 01:18:19 +03:00
iyaz 41d59aae2b 2.2. and 2.3 related changes (based on comments of reviewer-1) 2013-08-06 01:17:12 +03:00
iyaz 0bc3c61e13 simplify by reading one predefined off file 2013-08-06 01:01:52 +03:00
iyaz 5544dc6a8d 2.1. related changes (based on comments of reviewer-1) 2013-08-05 18:55:34 +03:00
iyaz ddd156bf7b Introduction related changes (based on comments of reviewer-1) 2013-08-05 17:54:25 +03:00
Sébastien Loriot d2e4678e43 update figure caption 2013-08-05 07:39:14 +02:00
Sébastien Loriot 0a651d4a88 add a link to the equation to explain a parameter 2013-07-26 17:29:08 +02:00
Sébastien Loriot 5ce5a5fad4 remove latex dedicated image command (they are now handled in the cgal macro) 2013-07-26 17:05:43 +02:00
Sébastien Loriot fc64c61cf2 accomodate changes to build doc with cmake 2013-07-26 13:36:43 +02:00
Sébastien Loriot 1615b15579 accomodate the changes of the AABB tree package 2013-07-26 13:27:04 +02:00
Sébastien Loriot 33aecff166 add missing template keyword 2013-07-25 18:39:18 +02:00
iyaz c919081e16 Revert "Use BOYKOV_KOLMOGOROV for test - will be reversed"
This reverts commit 0364b9f4f0d134563749216460aa9abf6b8389ee.
2013-07-22 11:44:17 +03:00
iyaz 7545de5539 Use BOYKOV_KOLMOGOROV for test - will be reversed 2013-07-22 11:15:25 +03:00
iyaz 4d5f8a0e54 Fixing ambiguous call - gcc 2013-05-20 16:02:35 +03:00
iyaz bab9218257 Fixing warning - gcc 2013-05-20 15:25:56 +03:00
Sébastien Loriot bfb2b44f3a forward types to satisfy gcc 2013-05-20 13:47:20 +02:00
Sébastien Loriot ef9ea573d4 add missing typename 2013-05-20 13:10:55 +02:00
Sébastien Loriot 9e6fb6f355 fix typos in doc 2013-05-15 09:56:03 +02:00
Sébastien Loriot 6de820ac0a add release number in benchmark section 2013-05-15 09:55:12 +02:00
Sébastien Loriot b0ca4b5d05 fix link issue 2013-05-15 09:52:16 +02:00
iyaz 5410a21049 ms -> milliseconds 2013-05-14 19:01:25 +03:00
iyaz e5c26f6fe3 Documentation improvements (from Andreas's comments) 2013-05-14 18:44:08 +03:00
iyaz 2f844f5dbc remove CGAL:: from functions and add () at the end 2013-05-14 15:39:09 +03:00
Sébastien Loriot 41e1b9c120 center tables in doc and fix typos 2013-05-14 09:05:42 +02:00
iyaz c2dbdcec8f Adding performance section 2013-05-14 02:00:48 +03:00
iyaz 7b7417780a new implemenation using boost CSR graph, it can be 1.5x faster from prev implementation but there is a performance problem that I couldn't solve using public functionality of graph (however there might be a solution)
will look it back.
2013-05-13 23:00:37 +03:00
iyaz 9c026f14ba remove unrelated code (remaining from debug related purposes) 2013-05-12 17:49:57 +03:00
iyaz ea4ebfa17e forgotten name changed in documentation
(from nontype template parameter name is changed from fast_bbox_intersection to Fast_sdf_calculation_mode)
2013-05-11 21:15:33 +03:00
iyaz e24653a617 Add new test for fast_sdf_calculation_mode,
change disk sampler test, mesh segmentation test (due to interface changes)
untabify
2013-05-10 17:14:17 +03:00
iyaz 789ee361cb nontype template parameter name is changed from fast_bbox_intersection to Fast_sdf_calculation_mode 2013-05-10 15:42:01 +03:00
iyaz 50c6542740 doc - lowercase -> uppercase after dot 2013-05-10 15:27:35 +03:00
iyaz a3fba15c95 untabify examples 2013-05-10 15:26:43 +03:00
iyaz 67047affcd making fast_bbox_intersection optional 2013-05-09 18:45:28 +03:00
iyaz d46a29af46 dummy element forgotten from prev version, removed. 2013-04-24 22:31:47 +03:00