Main Page: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
No edit summary
(28 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{|
{|
| [[CMake|http://www.cmake.org/Testing/Icons/Logo.gif]]
| <ImageLink>https://cmake.org/cmake/img/CMake-logo-download.jpg|https://cmake.org/Wiki/CMake|CMake Wiki</ImageLink>
| [[CMake]] is the cross-platform, open-source make system. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation.
| [[CMake]] is the cross-platform, open-source make system. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation.
|-
|-
Line 6: Line 6:
|
|
|-
|-
| [[VTK|http://public.kitware.com/images/logos/vtk-logo.jpg]]
| <ImageLink>https://public.kitware.com/images/logos/vtk-logo.jpg|http://www.vtk.org/Wiki/VTK|CMake Web Page</ImageLink>
| [[VTK|The Visualization ToolKit (VTK)]] is an open source, freely available software system for 3D computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python. Professional support and products for VTK are provided by [http://www.kitware.com Kitware, Inc.] VTK supports a wide variety of visualization algorithms including scalar, vector, tensor, texture, and volumetric methods; and advanced modeling techniques such as implicit modelling, polygon reduction, mesh smoothing, cutting, contouring, and Delaunay triangulation. In addition, dozens of imaging algorithms have been directly integrated to allow the user to mix 2D imaging / 3D graphics algorithms and data.  
| [[VTK|The Visualization ToolKit (VTK)]] is an open source, freely available software system for 3D computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python. Professional support and products for VTK are provided by [http://www.kitware.com Kitware, Inc.] VTK supports a wide variety of visualization algorithms including scalar, vector, tensor, texture, and volumetric methods; and advanced modeling techniques such as implicit modelling, polygon reduction, mesh smoothing, cutting, contouring, and Delaunay triangulation. In addition, dozens of imaging algorithms have been directly integrated to allow the user to mix 2D imaging / 3D graphics algorithms and data.  
|-
|-
Line 12: Line 12:
|
|
|-
|-
| [[ITK|http://www.itk.org/Testing/Icons/Logo.gif]]
| <ImageLink>https://public.kitware.com/Wiki/images/8/81/ITK-small.png|http://www.itk.org/Wiki/ITK|ITK Wiki</ImageLink>
| [[ITK|National Library of Medicine Insight Segmentation and Registration Toolkit (ITK)]] is an open-source software system to support the Visible Human Project. Currently under active development, ITK employs leading-edge segmentation and registration algorithms in two, three, and more dimensions.
| [[ITK|National Library of Medicine Insight Segmentation and Registration Toolkit (ITK)]] is an open-source software system to support the Visible Human Project. Currently under active development, ITK employs leading-edge segmentation and registration algorithms in two, three, and more dimensions.
|-
|
|
|-
| <ImageLink>https://public.kitware.com/Wiki/images/2/2a/NAMIC-Logo.png|http://www.na-mic.org/Wiki/|NA-MIC Wiki</ImageLink>
| [http://www.na-mic.org/Wiki The National Alliance for Medical Imaging Computing (NAMIC)] is a multi-institutional, interdisciplinary team of computer scientists, software engineers, and medical investigators who develop computational tools for the analysis and visualization of medical image data. The purpose of the center is to provide the infrastructure and environment for the development of computational algorithms and open source technologies, and then oversee the training and dissemination of these tools to the medical research community. This world-class software and development environment serves as a foundation for accelerating the development and deployment of computational tools that are readily accessible to the medical research community. The team combines cutting-edge computer vision research (to create medical imaging analysis algorithms) with state of the art software engineering techniques (based on "extreme" programming techniques in a distributed, open-source environment) to enable computational examination of both basic neurosience and neurological disorders. In developing this infrastructure resource, the team will significantly expand upon proven open systems technology and platforms.
|-
|
|
|-
| <ImageLink>https://public.kitware.com/Wiki/images/e/ea/Pvlogo.png|http://www.paraview.org/Wiki/ParaView|ParaView Wiki</ImageLink>
| [[ParaView]] is an open-source, multi-platform application designed to visualize data sets of size varying from small to very large. The goals of the ParaView project include developing an open-source, multi-platform visualization application that support distributed computational models to process large data sets. It has an open, flexible, and intuitive user interface. Furthermore, ParaView is built on an extensible architecture based on open standards. ParaView runs on distributed and shared memory parallel as well as single processor systems and has been succesfully tested on Windows, Linux, Mac OS X, IBM Blue Gene, Cray XT3 and various Unix workstations and clusters. Under the hood, ParaView uses the Visualization Toolkit as the data processing and rendering engine and has a user interface written using the Qt cross-platform application framework.
|-
|
|
|-
| <ImageLink>https://public.kitware.com/Wiki/images/f/f0/KWWidgetsSplashScreenSmall.png|http://www.kwwidgets.org/Wiki/KWWidgets|KWWidgets Wiki</ImageLink>
| [http://www.KWWidgets.org KWWidgets] is a free, cross-platform and open-license GUI Toolkit. It provides low-level core widgets, advanced composite widgets, and high-level visualization-oriented widgets that can be interfaced to visualization libraries like VTK. KWWidgets is an object-oriented C++ toolkit that can interact and co-exist with Tcl/Tk directly from C++. It is wrapped automatically into a Tcl package, and therefore can be used directly from Tcl/Tk also, allowing for fast-prototyping and scripting.
|-
|
|
|-
| <ImageLink>https://public.kitware.com/Wiki/images/8/8c/BatchmakeLogo.gif|http://www.batchmake.org/Wiki/BatchMake|BatchMake Wiki</ImageLink>
| [http://www.batchmake.org BatchMake] is a cross platform tool for batch processing of large amount of data. BatchMake can process datasets locally or on distributed systems using Condor. BatchMake also reports results and analysis online on the [http://insight-journal.org/batchmake/index.php Batchboards].
|-
|
|
|-
| <ImageLink>https://public.kitware.com/Wiki/images/e/e7/Cdash.gif|http://public.kitware.com/Wiki/CDash|CDash Wiki</ImageLink>
| [[CDash]] is an open source, web-based software testing server. CDash aggregates, analyzes and displays the results of software testing processes submitted from clients located around the world. Developers depend on CDash to convey the state of a software system, and to continually improve its quality. CDash is a part of a larger software process that integrates Kitware's CMake, CTest, and CPack tools, as well as other external packages used to design, manage and maintain large-scale software systems. Good examples of a CDash are the [http://www.cdash.org/CDash/index.php?project=CMake CMake quality dashboard] and the [http://www.cdash.org/CDash/index.php?project=VTK VTK quality dashboard].
|-
|}
|}
[http://www.etoo.cn/xianwei 中空纤维膜]
[http://www.etoo.cn/chaolv 超滤膜]
[http://www.etoo.cn/jiaoxue 嵌入式教学]
[http://hjsos.com/zhuangxiu.html 装修]
[http://hjsos.com/jiaquan.html 甲醛]
[http://hjsos.com/snwr.html 室内污染]
[http://hjsos.com/zxwr.html 装修污染]
[http://hjsos.com 甲醛污染]
[http://www.zy-image.com 摄影学校]
[http://www.ltjz2000.com/beijingsijiazhentan.htm 北京私家侦探]
[http://www.timead.net/zgjs.html 窄告]
[http://www.etoo.cn/jianruishiyou 尖锐湿疣]
[http://www.etoo.cn/jlb 计量泵]
[http://www.etoo.cn/yiliao/gfzbd.htm 高分子绷带]
[http://www.etoo.cn/yiliao/gkqx.htm 骨科器械]
[http://www.etoo.cn/yiliao/gkzrw.htm 骨科植入物]
[http://www.etoo.cn/yiliao/wgdzj.htm 外固定支架]
[http://www.etoo.cn/yiliao/jzcp.htm 脊柱产品]
[http://www.etoo.cn/yiliao/nwgd.htm 内外固定]
[http://www.etoo.cn/yiliao/jkhc.htm 进口耗材]
[http://www.etoo.cn/yiliao/gkhc.htm 骨科耗材]
[http://www.etoo.cn/yiliao/gkqc.htm 骨科器材]
[http://www.etoo.cn/yiliao/ylqx.htm 医疗器械]
[http://www.etoo.cn/yiliao/ylqc.htm 医疗器材]
[http://www.16safe.com/qiche/anquan.htm 轮胎安全]
[http://www.16safe.com/qiche/znjc.htm 智能监测]
[http://www.16safe.com/qiche/luntai.htm 轮胎防爆]
[http://www.16safe.com/qiche/qiche.htm 汽车轮胎]
[http://www.ltjz2000.com/zhentan.htm &#31169;&#20154;&#20390;&#25506;]
[http://www.ltjz2000.com/sj.htm &#31169;&#23478;&#20390;&#25506;]
[http://www.ltjz2000.com/xunren.htm &#23547;&#20154;]
[http://www.ltjz2000.com/hydc.htm &#23130;&#23035;&#35843;&#26597;]
[http://www.ltjz2000.com/dc.htm &#35843;&#26597;]
[http://www.ltjz2000.com/zhentan.htm &#20390;&#25506;]
[http://www.ltjz2000.com/sj.htm &#21271;&#20140;&#31169;&#23478;&#20390;&#25506;]
[http://www.ltjz2000.com/dc.htm &#35843;&#26597;&#20844;&#21496;]
[http://www.etoo.cn/zhaigao &#31364;&#21578;]
[http://www.etoo.cn/sports &#20581;&#36523;&#22120;&#26448;]
[http://www.etoo.cn/sports &#20581;&#24247;&#22120;&#26448;]
[http://www.etoo.cn/sports &#20307;&#32946;&#22120;&#26448;]
[http://www.etoo.cn/stadium &#22330;&#39302;&#35774;&#22791;]
[http://www.etoo.cn/stadium &#36305;&#27493;&#26426;]
[http://www.etoo.cn/21win-win &#25299;&#23637;&#35757;&#32451;]
[[SsSa]] [[SsSb]] [[SsSc]] [[SsSd]] [[SsSe]] [[SsSf]] [[SsSg]] [[SsSh]] [[SsSi]] [[SsSj]] [[SsSk]] [[SsSl]] [[SsSm]] [[SsSn]] [[SsSo]] [[SsSp]] [[SsSq]] [[SsSr]] [[SsSs]] [[SsSt]] [[SsSu]] [[SsSv]] [[SsSw]] [[SsSx]] [[SsSy]] [[SsSz]]
[http://www.wjmgy.com &#33033;&#31649;&#28814;]
[http://www.wjmgy.com/1 &#33033;&#31649;&#28814;]

Revision as of 01:28, 7 December 2017

CMake Wiki CMake is the cross-platform, open-source make system. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation.
CMake Web Page The Visualization ToolKit (VTK) is an open source, freely available software system for 3D computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python. Professional support and products for VTK are provided by Kitware, Inc. VTK supports a wide variety of visualization algorithms including scalar, vector, tensor, texture, and volumetric methods; and advanced modeling techniques such as implicit modelling, polygon reduction, mesh smoothing, cutting, contouring, and Delaunay triangulation. In addition, dozens of imaging algorithms have been directly integrated to allow the user to mix 2D imaging / 3D graphics algorithms and data.
ITK Wiki National Library of Medicine Insight Segmentation and Registration Toolkit (ITK) is an open-source software system to support the Visible Human Project. Currently under active development, ITK employs leading-edge segmentation and registration algorithms in two, three, and more dimensions.
NA-MIC Wiki The National Alliance for Medical Imaging Computing (NAMIC) is a multi-institutional, interdisciplinary team of computer scientists, software engineers, and medical investigators who develop computational tools for the analysis and visualization of medical image data. The purpose of the center is to provide the infrastructure and environment for the development of computational algorithms and open source technologies, and then oversee the training and dissemination of these tools to the medical research community. This world-class software and development environment serves as a foundation for accelerating the development and deployment of computational tools that are readily accessible to the medical research community. The team combines cutting-edge computer vision research (to create medical imaging analysis algorithms) with state of the art software engineering techniques (based on "extreme" programming techniques in a distributed, open-source environment) to enable computational examination of both basic neurosience and neurological disorders. In developing this infrastructure resource, the team will significantly expand upon proven open systems technology and platforms.
ParaView Wiki ParaView is an open-source, multi-platform application designed to visualize data sets of size varying from small to very large. The goals of the ParaView project include developing an open-source, multi-platform visualization application that support distributed computational models to process large data sets. It has an open, flexible, and intuitive user interface. Furthermore, ParaView is built on an extensible architecture based on open standards. ParaView runs on distributed and shared memory parallel as well as single processor systems and has been succesfully tested on Windows, Linux, Mac OS X, IBM Blue Gene, Cray XT3 and various Unix workstations and clusters. Under the hood, ParaView uses the Visualization Toolkit as the data processing and rendering engine and has a user interface written using the Qt cross-platform application framework.
KWWidgets Wiki KWWidgets is a free, cross-platform and open-license GUI Toolkit. It provides low-level core widgets, advanced composite widgets, and high-level visualization-oriented widgets that can be interfaced to visualization libraries like VTK. KWWidgets is an object-oriented C++ toolkit that can interact and co-exist with Tcl/Tk directly from C++. It is wrapped automatically into a Tcl package, and therefore can be used directly from Tcl/Tk also, allowing for fast-prototyping and scripting.
BatchMake Wiki BatchMake is a cross platform tool for batch processing of large amount of data. BatchMake can process datasets locally or on distributed systems using Condor. BatchMake also reports results and analysis online on the Batchboards.
CDash Wiki CDash is an open source, web-based software testing server. CDash aggregates, analyzes and displays the results of software testing processes submitted from clients located around the world. Developers depend on CDash to convey the state of a software system, and to continually improve its quality. CDash is a part of a larger software process that integrates Kitware's CMake, CTest, and CPack tools, as well as other external packages used to design, manage and maintain large-scale software systems. Good examples of a CDash are the CMake quality dashboard and the VTK quality dashboard.